home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / ftp / documents / appnotes / 016_030 / 024c / Text
Encoding:
Text File  |  1993-08-02  |  3.9 KB  |  111 lines

  1. -----------------------------------------------------------------------------
  2. 9th July 1992
  3. -----------------------------------------------------------------------------
  4. Support Group Application Note
  5. Number: 024
  6. Issue: 1
  7. Author:
  8. -----------------------------------------------------------------------------
  9.  
  10. Advanced Disc Filing System User Guide - Addendum
  11.  
  12. -----------------------------------------------------------------------------
  13. Applicable Hardware: BBC B
  14.                      BBC B+
  15.                      
  16. Related Application Notes:
  17.  
  18.  
  19. -----------------------------------------------------------------------------
  20. Copyright (C) Acorn Computers Limited 1992
  21.  
  22. Every effort has been made to ensure that the information in this leaflet is 
  23. true and correct at the time of printing. However, the products described in
  24. this leaflet are subject to continuous development and improvements and
  25. Acorn Computers Limited reserves the right to change its specifications at
  26. any time. Acorn Computers Limited cannot accept liability for any loss or
  27. damage arising from the use of any information or particulars in this
  28. leaflet. ACORN, ECONET and ARCHIMEDES are trademarks of Acorn Computers
  29. Limited.
  30. -----------------------------------------------------------------------------
  31. Support Group
  32. Acorn Computers Limited
  33. Acorn House
  34. Vision Park
  35. Histon
  36. Cambridge       CB4 4AE
  37. -----------------------------------------------------------------------------
  38.  
  39. Please note the following changes to the Advanced Disc Filing System (ADFS)
  40. User Guide:
  41.  
  42. Chapter 9 - The Filing System Utilities
  43.  
  44. The ADFS Utilities Disc supplied is an enhanced version of the disc
  45. described in chapter 9. The number of utilities has been increased and the
  46. disc incorporates a menu for ease of selection.
  47.  
  48. The utilities are each described in detail of the disc by means of a 'Help'
  49. facility and are summarised below.
  50.  
  51. *AFORM - formats a floppy disc in ADFS format.
  52.  
  53. *BACKUP - copies all the contents of one disc onto another.
  54.  
  55. CATALL - a BASIC program which produces a listing of the contents of all the
  56. directories on a disc in a similar form to that given by the *CAT command.
  57.  
  58. COPYFILES - a BASIC  program used to copy files from one filing system to
  59. another.
  60.  
  61. DIRCOPY - a BASIC program which copies the entire contents of a specified
  62. ADFS source directory, and all its sub-directories, to a specified
  63. destination directory.
  64.  
  65. EXALL - similar to CATALL, but displays information similar to that given by
  66. the *EX and *INFO commands. A BASIC program.
  67.  
  68. HARDERROR - this BASIC program enables permanent floppy disc errors to be
  69. ignored by the ADFS, thus avoiding the "Disc Error" message which would be
  70. generated when the bad track is accessed.
  71.  
  72. RECOVER - this BASIC program enables a file, or part of a file, which has
  73. been deleted accidentally using the *DELETE command, to be recovered.
  74.  
  75. *VERIFY - verifies a disc by checking each sector to determine if it is
  76. readable.
  77.  
  78.  
  79. To use the Utilities disc, insert it into the drive (the top drive on dual
  80. drives) and, whilst holding down SHIFT and A, press and release BREAK. The
  81. Utilities Menu will appear as follows:
  82.  
  83.                         Utilities Menu
  84.         f0 - Aform
  85.         f1 - Backup
  86.         f2 - Catall
  87.         f3 - Copyfiles
  88.         f4 - Dircopy
  89.         f5 - Exall
  90.         f6 - Harderror
  91.         f7 - Recover
  92.         f8 - Verify
  93.         f9 - End
  94.  
  95. Press:-
  96.         Function keys to run Utilities
  97.         Shift-function keys for help
  98. where End will stop the menu program and return you to BASIC.
  99.  
  100. When using the Help facility (SHIFT + <function key>), use SHIFT to scroll
  101. to the end of the text.  
  102.  
  103. To use individual programs, without recourse to the menu, insert the disc
  104. into a drive and select the drive using a *DIR or *MOUNT instruction. Type
  105. *LIB. LIBRARY to set the library. For machine-code programs, simply type:
  106.  
  107.         *<filename> RETURN
  108.  
  109. as indicated above. For BASIC programs, type:
  110.  
  111.         CH. "$ UTILITIES.<filename>"  RETURN